~enlightenment-git/enlightenment-svn/e-modules-extra

« back to all changes in this revision

Viewing changes to everything-wallpaper/src/Makefile.am

  • Committer: jeffdameth
  • Date: 2010-05-18 06:08:27 UTC
  • Revision ID: svn-v4:7cbeb6ba-43b4-40fd-8cce-4c39aea84d33:trunk/E-MODULES-EXTRA:48960
going to move wallpaper out of e modules. who wants to have it can get it here :)

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
MAINTAINERCLEANFILES = Makefile.in
 
2
 
 
3
INCLUDES = -I. \
 
4
           -I$(top_srcdir) \
 
5
           -I$(includedir) \
 
6
           @EVRY_CFLAGS@
 
7
 
 
8
pkgdir = $(datadir)/$(MODULE_ARCH)
 
9
pkg_LTLIBRARIES = module.la
 
10
module_la_SOURCES = e_mod_main.h \
 
11
                    e_mod_main.c
 
12
 
 
13
module_la_LIBADD = @EVRY_LIBS@
 
14
module_la_LDFLAGS = -module -avoid-version
 
15
module_la_DEPENDENCIES = $(top_builddir)/config.h
 
16
 
 
17
clean-local:
 
18
        rm -rf *~