~smspillaz/beryl-core/master

« back to all changes in this revision

Viewing changes to libberylsettings/Makefile.am

  • Committer: Alex Heck
  • Date: 2007-03-18 03:31:16 UTC
  • Revision ID: git-v1:18e95169897af92d7b8a8f16a89682b5b4fbfda9
Cleanup Makefile.am for readability

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
INCLUDES =                           \
2
 
        @BERYL_CFLAGS@               \
3
 
        @GLIB_CFLAGS@ \
4
 
        -I$(top_srcdir)/include      \
5
 
        -I$(top_srcdir)/src                     \
6
 
        -DPLUGINDIR=\"$(plugindir)\" \
 
1
INCLUDES = \
 
2
        @BERYL_CFLAGS@                  \
 
3
        @GLIB_CFLAGS@                   \
 
4
        -I$(top_srcdir)/include         \
 
5
        -I$(top_srcdir)/src             \
 
6
        -DPLUGINDIR=\"$(plugindir)\"    \
7
7
        -DIMAGEDIR=\"$(imagedir)\" 
8
8
 
9
 
libberylsettings_la_SOURCES=main.c\
10
 
                                                          $(top_srcdir)/src/screen_options.c\
11
 
                                                          $(top_srcdir)/src/type_mask.c\
12
 
                                                          $(top_srcdir)/src/display_options.c
 
9
libberylsettings_la_SOURCES=main.c \
 
10
        $(top_srcdir)/src/screen_options.c\
 
11
        $(top_srcdir)/src/type_mask.c\
 
12
        $(top_srcdir)/src/display_options.c
13
13
 
14
14
lib_LTLIBRARIES=libberylsettings.la
15
15