summaryrefslogtreecommitdiff
path: root/src/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'src/Makefile.am')
-rw-r--r--src/Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index a57bc54..de38d5f 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -1,2 +1,3 @@
noinst_LIBRARIES = libstage.a
-libstage_a_SOURCES = list.h stage.c stage.h
+libstage_a_SOURCES = ../include/dll_h/dll.h stage.c stage.h
+libstage_a_CPPFLAGS = -I@top_srcdir@/include
© All Rights Reserved