X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=Makefile.am;h=49719143da14d18a643891da6be20c7b2a7adfb9;hb=5fe275d00460791a9400c900229d9476e4fcb3aa;hp=4562024aced745856d227d1fa4b4c356dbe377c8;hpb=e77888ef17c32acfbf7f76627fa84c1cebb48cc3;p=chaz%2Fopenbox diff --git a/Makefile.am b/Makefile.am index 4562024a..49719143 100644 --- a/Makefile.am +++ b/Makefile.am @@ -173,6 +173,12 @@ openbox_openbox_SOURCES = \ openbox/extensions.h \ openbox/focus.c \ openbox/focus.h \ + openbox/focus_cycle.c \ + openbox/focus_cycle.h \ + openbox/focus_cycle_indicator.c \ + openbox/focus_cycle_indicator.h \ + openbox/focus_cycle_popup.c \ + openbox/focus_cycle_popup.h \ openbox/frame.c \ openbox/frame.h \ openbox/framerender.c \ @@ -351,8 +357,8 @@ nodist_pubinclude_HEADERS = \ version.h nodist_pkgconfig_DATA = \ - render/obrender-3.4.pc \ - parser/obparser-3.4.pc + render/obrender-3.0.pc \ + parser/obparser-3.0.pc ## data ## @@ -451,8 +457,8 @@ dist_noinst_DATA = \ doc/openbox-gnome-session.1.in \ doc/openbox-kde-session.1.sgml \ doc/openbox-kde-session.1.in \ - render/obrender-3.4.pc.in \ - parser/obparser-3.4.pc.in \ + render/obrender-3.0.pc.in \ + parser/obparser-3.0.pc.in \ tools/themeupdate/themeupdate.py \ tests/hideshow.py \ tests/Makefile \