parent
6a21290dcd
commit
289f356c28
4 changed files with 28 additions and 30 deletions
@ -1,27 +0,0 @@ |
||||
MAINTAINERCLEANFILES = Makefile.in
|
||||
|
||||
AM_CPPFLAGS = -I. \
|
||||
-I$(top_srcdir) \
|
||||
-I$(includedir) \
|
||||
-DLOCALEDIR=\"$(datadir)/locale\" \
|
||||
-DPACKAGE_DATA_DIR=\"$(module_dir)/$(PACKAGE)\" \
|
||||
@E_CFLAGS@
|
||||
|
||||
pkgdir = $(module_dir)/$(PACKAGE)/$(MODULE_ARCH)
|
||||
pkg_LTLIBRARIES = module.la
|
||||
module_la_SOURCES = e_mod_main.h \
|
||||
e_mod_main.c \
|
||||
ds_config.c \
|
||||
maximize.c \
|
||||
moveresize.c \
|
||||
pip.c \
|
||||
zoom.c \
|
||||
magnify.c \
|
||||
desksanity.c
|
||||
|
||||
module_la_LIBADD = @E_LIBS@
|
||||
module_la_LDFLAGS = -module -avoid-version
|
||||
module_la_DEPENDENCIES = $(top_builddir)/config.h
|
||||
|
||||
clean-local: |
||||
rm -rf *~
|
@ -0,0 +1,24 @@ |
||||
AM_CPPFLAGS = \
|
||||
-Isrc \ |
||||
-I$(top_srcdir) \ |
||||
-I$(includedir) \ |
||||
-DLOCALEDIR=\"$(datadir)/locale\" \
|
||||
-DPACKAGE_DATA_DIR=\"$(module_dir)/$(PACKAGE)\" \
|
||||
@E_CFLAGS@ |
||||
|
||||
pkgdir = $(module_dir)/$(PACKAGE)/$(MODULE_ARCH)
|
||||
pkg_LTLIBRARIES = module.la
|
||||
module_la_SOURCES = \
|
||||
src/e_mod_main.h \ |
||||
src/e_mod_main.c \ |
||||
src/ds_config.c \ |
||||
src/maximize.c \ |
||||
src/moveresize.c \ |
||||
src/pip.c \ |
||||
src/zoom.c \ |
||||
src/magnify.c \ |
||||
src/desksanity.c |
||||
|
||||
module_la_LIBADD = @E_LIBS@
|
||||
module_la_LDFLAGS = -module -avoid-version
|
||||
module_la_DEPENDENCIES = $(top_builddir)/config.h
|
Loading…
Reference in new issue