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/mouse | |
| parent | 6923e53751b796d12d37b8f4a3889fb934f0ef6c (diff) | |
prepare for alpha1 release.
make 'make dist' work.
Diffstat (limited to 'plugins/mouse')
| -rw-r--r-- | plugins/mouse/Makefile.am | 12 |
1 files changed, 8 insertions, 4 deletions
diff --git a/plugins/mouse/Makefile.am b/plugins/mouse/Makefile.am index 3d4d6b9e..5595fe69 100644 --- a/plugins/mouse/Makefile.am +++ b/plugins/mouse/Makefile.am @@ -1,15 +1,19 @@ plugindir=$(libdir)/openbox/plugins -CPPFLAGS=$(XFT_CFLAGS) $(GLIB_CFLAGS) $(LIBSN_CFLAGS) $(GL_CFLAGS) \ - $(XML_CFLAGS) @CPPFLAGS@ \ - -DG_LOG_DOMAIN=\"Plugin-Mouse\" +AM_CPPFLAGS=$(XFT_CFLAGS) $(GLIB_CFLAGS) $(LIBSN_CFLAGS) $(GL_CFLAGS) \ + $(XML_CFLAGS) \ + -DG_LOG_DOMAIN=\"Plugin-Mouse\" INCLUDES=-I../.. plugin_LTLIBRARIES=mouse.la mouse_la_LDFLAGS=-module -avoid-version -mouse_la_SOURCES=mouse.c translate.c +mouse_la_SOURCES=\ + mouse.h \ + mouse.c \ + translate.h \ + translate.c noinst_HEADERS=mouse.h translate.h |
