summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2007-07-26 20:03:31 -0400
committerDana Jansens <danakj@orodu.net>2008-01-20 01:36:54 -0500
commit6c8acc079a9cbb40245e5df4b50b3f8b9c17cf83 (patch)
tree70432a7643ac99542aac129b22503e9cacfa667f /Makefile.am
parent5960d27b1c35c58d3c1731c71c44b9c61328a34d (diff)
add prop.[ch] to the libobt, but they are not used yet. add a global obt_display which obt can use, and the application.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index 9e8316f8..76f84542 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -137,6 +137,8 @@ obt_libobt_la_SOURCES = \
obt/display.c \
obt/mainloop.h \
obt/mainloop.c \
+ obt/prop.h \
+ obt/prop.c \
obt/util.h
## openbox ##