diff options
| author | Dana Jansens <danakj@orodu.net> | 2003-07-26 07:44:15 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2003-07-26 07:44:15 +0000 |
| commit | a354b0f5a93b711c0eb70d52ba8fe5b42ff4ae36 (patch) | |
| tree | 25d1921f1d7b68c5dd062be1dc88ec8d6ccfaf20 /Makefile.am | |
| parent | c4275beff09113a773e834204e766820cf2e052a (diff) | |
restarting work on obconf
Diffstat (limited to 'Makefile.am')
| -rw-r--r-- | Makefile.am | 30 |
1 files changed, 28 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am index 3b6f19ff..f84dc6fe 100644 --- a/Makefile.am +++ b/Makefile.am @@ -5,6 +5,7 @@ localedir = $(datadir)/locale rcdir = $(datadir)/openbox plugindir = $(libdir)/openbox/plugins desktopfilesdir = $(datadir)/gnome/wm-properties +pixmapdir = $(datadir)/pixmaps theme = operation @@ -34,8 +35,11 @@ plugin_LTLIBRARIES = \ plugins/menu/include_menu.la if OBCONF -plugin_LTLIBRARIES += \ - plugins/resistance/resistance-config.la +bin_PROGRAMS += \ + tools/obconf/obconf + +#plugin_LTLIBRARIES += \ +# plugins/resistance/resistance-config.la endif ## render ## @@ -328,6 +332,28 @@ plugins_menu_include_menu_la_SOURCES = \ plugins/menu/include_menu.c +## obconf ## + +tools_obconf_obconf_CPPFLAGS = \ + $(GTK_CFLAGS) \ + $(GDK_PIXBUF_CFLAGS) \ + $(XML_CFLAGS) \ + -DLOCALEDIR=\"$(localedir)\" \ + -DPLUGINDIR=\"$(plugindir)\" \ + -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 + + ## themes ## dist_theme_DATA = \ |
