diff options
| author | Dana Jansens <danakj@orodu.net> | 2002-12-20 23:19:07 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2002-12-20 23:19:07 +0000 |
| commit | e5c5b4bf700f9bf00dd88bd4b6a471ac1ccefaff (patch) | |
| tree | 122c249b6bd50a6695f829e1b559cc8e648f4802 /otk_c/Makefile | |
| parent | 7f111a94d0a0d8a45d318b8a19d0da1097c76d24 (diff) | |
add screeninfo
Diffstat (limited to 'otk_c/Makefile')
| -rw-r--r-- | otk_c/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/otk_c/Makefile b/otk_c/Makefile index f84be310..28c1488a 100644 --- a/otk_c/Makefile +++ b/otk_c/Makefile @@ -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 |
