diff options
Diffstat (limited to 'iemlib2')
-rw-r--r-- | iemlib2/src/makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/iemlib2/src/makefile b/iemlib2/src/makefile index 2b3e364..b03afe2 100644 --- a/iemlib2/src/makefile +++ b/iemlib2/src/makefile @@ -1,6 +1,5 @@ TARGET = iemlib2 -include ../../Make.include SRC = add2_comma.c \ @@ -44,3 +43,6 @@ SRC = add2_comma.c \ unsymbol.c \ wrap.c \ $(TARGET).c + +include ../../Make.include + |