diff options
| author | Dana Jansens <danakj@orodu.net> | 2003-08-31 20:23:28 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2003-08-31 20:23:28 +0000 |
| commit | 2c1859759c7affc4f57efa5919a94ed2074e196d (patch) | |
| tree | 6df47c09fcfd55cb5c888be43d44de1a86b1c134 | |
| parent | 84de4a1785ad2602d11689797a4a8dd99887206e (diff) | |
rm some plugin stuff that i missed
| -rw-r--r-- | Makefile.am | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/Makefile.am b/Makefile.am index 6d447a60..fd9ea7a2 100644 --- a/Makefile.am +++ b/Makefile.am @@ -190,7 +190,6 @@ tools_obconf_obconf_CPPFLAGS = \ $(GDK_PIXBUF_CFLAGS) \ $(XML_CFLAGS) \ -DLOCALEDIR=\"$(localedir)\" \ - -DPLUGINDIR=\"$(plugindir)\" \ -DRCDIR=\"$(rcdir)\" \ -DPIXMAPDIR=\"$(pixmapdir)\" \ -DG_LOG_DOMAIN=\"Obconf\" @@ -202,8 +201,7 @@ tools_obconf_obconf_LDADD = \ parser/libobparser.la tools_obconf_obconf_SOURCES = \ gettext.h \ - tools/obconf/main.c \ - plugins/obconf_interface.h + tools/obconf/main.c ## kdetrayproxy ## |
