diff options
Diffstat (limited to 'src/libstore/Makefile.am')
-rw-r--r-- | src/libstore/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libstore/Makefile.am b/src/libstore/Makefile.am index 6605a76c2064..3e2777f6abd0 100644 --- a/src/libstore/Makefile.am +++ b/src/libstore/Makefile.am @@ -6,5 +6,5 @@ libstore_a_SOURCES = \ globals.cc globals.hh db.cc db.hh \ references.cc references.hh pathlocks.cc pathlocks.hh -AM_CXXFLAGS = -DSYSTEM=\"@host@\" -Wall \ +AM_CXXFLAGS = -Wall \ -I.. -I../../externals/inst/include -I../libutil |