diff options
author | test-tools <test-tools> | 2006-10-23 07:55:07 +0000 |
---|---|---|
committer | test-tools <test-tools> | 2006-10-23 07:55:07 +0000 |
commit | cce2531662810bc98bafac87789e3b81ee26bae0 (patch) | |
tree | 1097785f196425f28b32aa297c26fd8990b031e6 /src | |
parent | 61d83858ebbb7e9534c12e2e9d01d5a2640e7c2a (diff) | |
download | beryl-manager-cce2531662810bc98bafac87789e3b81ee26bae0.tar.gz beryl-manager-cce2531662810bc98bafac87789e3b81ee26bae0.tar.bz2 |
Makefile.am's: Changed first line according to conventions, see info automake
Diffstat (limited to 'src')
-rw-r--r-- | src/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index 503745d..80913f8 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -1,3 +1,4 @@ +## Process this file with automake to produce Makefile.in beryl_manager_CPPFLAGS=-DDATADIR='"$(datadir)"' -DPIXMAPS_DIR='"$(datadir)/pixmaps"' -DLOCALEDIR="\"@datadir@/locale\"" @CPPFLAGS@ beryl_manager_LDADD = @COMAN_LIBS@ INCLUDES = @COMAN_CFLAGS@ |