]> Dogcows Code - chaz/openbox/blobdiff - Makefile.am
make menu event handling work more like how other events are handled, less special...
[chaz/openbox] / Makefile.am
index ed68b185f1292de65e8df0a13397d94f4830e1ac..ad0d8b5a105fb30e8aa6c023657c7a99aa86b3d5 100644 (file)
@@ -125,9 +125,13 @@ obt_libobt_la_SOURCES = \
        obt/mainloop.c \
        obt/parse.h \
        obt/parse.c \
+       obt/paths.h \
+       obt/paths.c \
        obt/prop.h \
        obt/prop.c \
-       obt/util.h
+       obt/util.h \
+       obt/xevent.h \
+       obt/xevent.c
 
 ## openbox ##
 
@@ -386,9 +390,13 @@ pubinclude_HEADERS = \
        obt/mainloop.c \
        obt/parse.h \
        obt/parse.c \
+       obt/paths.h \
+       obt/paths.c \
        obt/prop.h \
        obt/prop.c \
-       obt/util.h
+       obt/util.h \
+       obt/xevent.h \
+       obt/xevent.c
 
 nodist_pubinclude_HEADERS = \
        version.h
This page took 0.025877 seconds and 4 git commands to generate.