diff options
| author | Dana Jansens <danakj@orodu.net> | 2003-06-29 08:47:24 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2003-06-29 08:47:24 +0000 |
| commit | 2f9efb384d7afd456c44dd1b0c4619adbae5b248 (patch) | |
| tree | d0aa03542fe6a6f68445c354c3620eb194a1ced0 /plugins/placement/Makefile.am | |
| parent | 6923e53751b796d12d37b8f4a3889fb934f0ef6c (diff) | |
prepare for alpha1 release.
make 'make dist' work.
Diffstat (limited to 'plugins/placement/Makefile.am')
| -rw-r--r-- | plugins/placement/Makefile.am | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/plugins/placement/Makefile.am b/plugins/placement/Makefile.am index 762f5af8..58fa1fa7 100644 --- a/plugins/placement/Makefile.am +++ b/plugins/placement/Makefile.am @@ -1,17 +1,15 @@ plugindir=$(libdir)/openbox/plugins -CPPFLAGS=$(XFT_CFLAGS) $(GLIB_CFLAGS) $(LIBSN_CFLAGS) $(GL_CFLAGS) \ - $(XML_CFLAGS) @CPPFLAGS@ \ - -DG_LOG_DOMAIN=\"Plugin-Placement\" +AM_CPPFLAGS=$(XFT_CFLAGS) $(GLIB_CFLAGS) $(LIBSN_CFLAGS) $(GL_CFLAGS) \ + $(XML_CFLAGS) \ + -DG_LOG_DOMAIN=\"Plugin-Placement\" INCLUDES=-I../.. plugin_LTLIBRARIES=placement.la placement_la_LDFLAGS=-module -avoid-version -placement_la_SOURCES=history.c placement.c - -noinst_HEADERS=history.h +placement_la_SOURCES=history.c history.h placement.c MAINTAINERCLEANFILES=Makefile.in |
