X-Git-Url: https://git.brokenzipper.com/gitweb?a=blobdiff_plain;f=Makefile.am;h=ad0d8b5a105fb30e8aa6c023657c7a99aa86b3d5;hb=46cf95d36b29cd6bda18ba2d511be10b8e9471cc;hp=ed68b185f1292de65e8df0a13397d94f4830e1ac;hpb=fdabb69f4f25596df972caa76c85c2aeba26226e;p=chaz%2Fopenbox diff --git a/Makefile.am b/Makefile.am index ed68b185..ad0d8b5a 100644 --- a/Makefile.am +++ b/Makefile.am @@ -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