]> Dogcows Code - chaz/openbox/blobdiff - Makefile.am
simplify window.h macros, and rename the window types to ObWindowClass for consistent...
[chaz/openbox] / Makefile.am
index 9ab7561f3daa6107cfbe5749bea21ccf94fd0312..3025686d2b63b1088e5d07b2950c060cbef76bd9 100644 (file)
@@ -8,7 +8,7 @@ rcdir           = $(configdir)/openbox
 xsessionsdir    = $(datadir)/xsessions
 gnomewmfilesdir = $(datadir)/gnome/wm-properties
 pkgconfigdir    = $(libdir)/pkgconfig
-pubincludedir   = $(includedir)/openbox/@OB_VERSION@/openbox
+pubincludedir   = $(includedir)/openbox/@OBT_VERSION@/openbox
 pixmapdir       = $(datadir)/pixmaps
 xsddir          = $(datadir)/openbox
 
@@ -129,7 +129,9 @@ obt_libobt_la_SOURCES = \
        obt/paths.c \
        obt/prop.h \
        obt/prop.c \
-       obt/util.h
+       obt/util.h \
+       obt/xevent.h \
+       obt/xevent.c
 
 ## openbox ##
 
@@ -392,7 +394,9 @@ pubinclude_HEADERS = \
        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.020089 seconds and 4 git commands to generate.