X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=Makefile.am;h=795c18bb27d298afc4da411f0677d896ce443696;hb=7ac8c550d9c51ca21ad701b0fcf97cde8fe49d07;hp=c66c1398a0a08196bbd5d41528626ebb1d2ef11f;hpb=90cd9c62192194d1b3ab868a77fe56a9b1e215c2;p=chaz%2Fopenbox diff --git a/Makefile.am b/Makefile.am index c66c1398..795c18bb 100644 --- a/Makefile.am +++ b/Makefile.am @@ -137,8 +137,6 @@ openbox_openbox_SOURCES = \ openbox/action.h \ openbox/client.c \ openbox/client.h \ - openbox/client_time_heap.c \ - openbox/client_time_heap.h \ openbox/client_list_menu.c \ openbox/client_list_menu.h \ openbox/client_list_combined_menu.c \ @@ -362,12 +360,28 @@ dist_desktopfiles_DATA = \ data/openbox.desktop dist_noinst_DATA = \ - tools/themeupdate/themeupdate.py \ version.h.in \ data/rc.xml.in \ data/menu.xml.in \ render/obrender-3.0.pc.in \ - parser/obparser-3.0.pc.in + parser/obparser-3.0.pc.in \ + tools/themeupdate/themeupdate.py \ + tests/hideshow.py \ + tests/Makefile \ + tests/aspect.c \ + tests/fullscreen.c \ + tests/grav.c \ + tests/grouptran.c \ + tests/icons.c \ + tests/modal2.c \ + tests/modal3.c \ + tests/modal.c \ + tests/noresize.c \ + tests/override.c \ + tests/positioned.c \ + tests/strut.c \ + tests/title.c \ + tests/urgent.c EXTRA_DIST = \ config.rpath \