]> Dogcows Code - chaz/openbox/blobdiff - otk_c/Makefile
add screeninfo
[chaz/openbox] / otk_c / Makefile
index fd51ae57f45a16442df7f1ee840898d20ded9eba..28c1488a6e0defb9a5c984622833cfd428a76382 100644 (file)
@@ -3,8 +3,8 @@ exec_prefix=$(prefix)
 libdir=$(exec_prefix)/lib
 
 targets = libotk.so libotk.a
-sources = display.c
-headers = display.h
+sources = display.c screeninfo.c
+headers = display.h screeninfo.h
 
 CFLAGS+=-I/usr/gwar/include/python2.2
 
@@ -17,7 +17,7 @@ install: $(targets)
        install $^ $(libdir)
 
 clean:
-       $(RM) $(targets) *.o core
+       $(RM) $(targets) *.o core *\~ .\#*
 
 libotk.so: $(sources:.c=.o)
        $(CC) -shared -o $@ $^ $(LDFLAGS)
This page took 0.020009 seconds and 4 git commands to generate.