X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=Makefile.am;h=cfe92200b20db2255bcc9012a1d78899642f9fa9;hb=2877e9a248ddd627a3878ba79878b2127744c27b;hp=fbfb3789d054951b3a1e237a0d0e6e4c6344ba5a;hpb=2573b51904e04f366ba4f6b858caa2471cdcb53f;p=chaz%2Fopenbox diff --git a/Makefile.am b/Makefile.am index fbfb3789..cfe92200 100644 --- a/Makefile.am +++ b/Makefile.am @@ -4,7 +4,8 @@ themedir = $(datadir)/openbox/themes localedir = $(datadir)/locale rcdir = $(datadir)/openbox desktopfilesdir = $(datadir)/gnome/wm-properties -pixmapdir = $(datadir)/pixmaps +pkgconfigdir = $(libdir)/pkgconfig +pubincludedir = $(includedir)/openbox/@OB_VERSION@/openbox theme = thebear @@ -24,11 +25,6 @@ bin_PROGRAMS = \ openbox/openbox \ tools/kdetrayproxy/kdetrayproxy -if OBCONF -bin_PROGRAMS += \ - tools/obconf/obconf -endif - ## render ## render_rendertest_CPPFLAGS = \ @@ -58,6 +54,7 @@ render_libobrender_la_SOURCES = \ render/geom.h \ render/gradient.h \ render/gradient.c \ + render/icon.h \ render/image.h \ render/image.c \ render/instance.h \ @@ -174,8 +171,8 @@ openbox_openbox_SOURCES = \ openbox/session.h \ openbox/stacking.c \ openbox/stacking.h \ - openbox/startup.c \ - openbox/startup.h \ + openbox/startupnotify.c \ + openbox/startupnotify.h \ openbox/translate.c \ openbox/translate.h \ openbox/window.c \ @@ -183,26 +180,6 @@ openbox_openbox_SOURCES = \ openbox/xerror.c \ openbox/xerror.h -## obconf ## - -tools_obconf_obconf_CPPFLAGS = \ - $(GTK_CFLAGS) \ - $(GDK_PIXBUF_CFLAGS) \ - $(XML_CFLAGS) \ - -DLOCALEDIR=\"$(localedir)\" \ - -DRCDIR=\"$(rcdir)\" \ - -DPIXMAPDIR=\"$(pixmapdir)\" \ - -DG_LOG_DOMAIN=\"Obconf\" -tools_obconf_obconf_LDADD = \ - $(GTK_LIBS) \ - $(GDK_PIXBUF_LIBS) \ - $(LIBINTL) \ - render/libobrender.la \ - parser/libobparser.la -tools_obconf_obconf_SOURCES = \ - gettext.h \ - tools/obconf/main.c - ## kdetrayproxy ## @@ -255,6 +232,17 @@ dist_thebear_theme_DATA = \ themes/thebear/themerc +## public headers ## + +pubinclude_HEADERS = \ + render/render.h \ + render/theme.h \ + parser/parse.h + +nodist_pkgconfig_DATA = \ + render/obrender-3.0.pc \ + parser/obparser-3.0.pc + ## data ## dist_rc_DATA = \ @@ -265,6 +253,8 @@ dist_desktopfiles_DATA = \ data/openbox.desktop dist_noinst_DATA = \ + render/obrender-3.0.pc.in \ + parser/obparser-3.0.pc.in \ tools/themeupdate/themeupdate.py EXTRA_DIST = \