X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=Makefile.am;h=35ccca9c577d693596ef1d0c088345e5ed49702f;hb=f1ad68d05bf22bec99f8e1a749fc86bfe16df5af;hp=af283aac4467fead2390e35883c1706ee07344eb;hpb=740c8af41e77a0cf5a748a7530d19405ad6739c0;p=chaz%2Fopenbox diff --git a/Makefile.am b/Makefile.am index af283aac..35ccca9c 100644 --- a/Makefile.am +++ b/Makefile.am @@ -204,6 +204,8 @@ openbox_openbox_SOURCES = \ openbox/popup.h \ openbox/prop.c \ openbox/prop.h \ + openbox/propwin.c \ + openbox/propwin.h \ openbox/resist.c \ openbox/resist.h \ openbox/screen.c \ @@ -373,10 +375,6 @@ nodist_rc_DATA = \ data/rc.xml \ data/menu.xml -dist_xsd_DATA = \ - data/rc.xsd \ - data/menu.xsd - edit = $(SED) \ -e 's!@version\@!$(VERSION)!' \ -e 's!@xsddir\@!$(xsddir)!' @@ -405,6 +403,9 @@ dist_xsessions_DATA = \ dist_noinst_DATA = \ version.h.in \ + data/rc.xsd \ + data/menu.xsd \ + data/themerc.xsd \ data/rc.xml.in \ data/menu.xml.in \ render/obrender-3.0.pc.in \