diff options
author | John Wiegley <johnw@newartisans.com> | 2007-05-21 20:44:28 +0000 |
---|---|---|
committer | John Wiegley <johnw@newartisans.com> | 2008-04-13 03:39:06 -0400 |
commit | fdfc37adf948415b6caad55c08e8313abd4e1b1b (patch) | |
tree | d7b84713126caf7253f1917fee6a21f156737c8d /Makefile.am | |
parent | 64fae128a0e2ca3551b75a15f843aed0cffa864e (diff) | |
download | fork-ledger-fdfc37adf948415b6caad55c08e8313abd4e1b1b.tar.gz fork-ledger-fdfc37adf948415b6caad55c08e8313abd4e1b1b.tar.bz2 fork-ledger-fdfc37adf948415b6caad55c08e8313abd4e1b1b.zip |
Moved files around
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 5f1b44e7..69ba61ae 100644 --- a/Makefile.am +++ b/Makefile.am @@ -77,7 +77,7 @@ BUILT_SOURCES += system.hh.gch CLEANFILES += system.hh.gch system.hh $(top_builddir)/system.hh.gch: $(srcdir)/src/utility/system.hh acconf.h - echo "#include \"src/system.hh\"" > $(top_builddir)/system.hh + echo "#include \"src/utility/system.hh\"" > $(top_builddir)/system.hh $(CXX) $(CPPFLAGS) $(CXXFLAGS) $(libledger_la_CPPFLAGS) \ -o $@ $(srcdir)/src/utility/system.hh endif |