summaryrefslogtreecommitdiff
path: root/generic/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'generic/Makefile')
-rwxr-xr-xgeneric/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/generic/Makefile b/generic/Makefile
index 7107501..1e2b047 100755
--- a/generic/Makefile
+++ b/generic/Makefile
@@ -1,10 +1,11 @@
#!/usr/bin/make -f
-CPPFLAGS=-Wall -g -O3 -mcpu=i686 -pedantic -pedantic-errors -I../includes -DPARANOID_SEEK -DHAVE_ZLIB `pkg-config --cflags glib-2.0`
+CPPFLAGS=-Wall -g -O3 -mcpu=i686 -pedantic -pedantic-errors -I../includes -DPARANOID_SEEK -DHAVE_ZLIB
+#`pkg-config --cflags glib-2.0`
CXX=g++
CC=gcc
-OBJECTS = Buffer.o Exceptions.o Handle.o Image.o Input.o Output.o generic.o String.o checkargs.o datecalc.o
+OBJECTS = Buffer.o Exceptions.o Handle.o Image.o Input.o Output.o Main.o generic.o String.o checkargs.o datecalc.o
TARGET = generic.a
all: ${TARGET} Makefile