Update Makefile.am for config dialogue

SVN revision: 19053
This commit is contained in:
Christopher Michael 2005-12-16 00:54:30 +00:00
parent 85d72d8549
commit 53d1d29d5c
1 changed files with 3 additions and 1 deletions

View File

@ -20,7 +20,9 @@ INCLUDES = -I. \
pkgdir = $(libdir)/enlightenment/modules/$(MODULE)/$(MODULE_ARCH)
pkg_LTLIBRARIES = module.la
module_la_SOURCES = e_mod_main.c \
e_mod_main.h
e_mod_main.h \
e_mod_config.c \
e_mod_config.h
module_la_LIBADD = @e_libs@ @dlopen_libs@
module_la_LDFLAGS = -module -avoid-version
module_la_DEPENDENCIES = $(top_builddir)/config.h