diff options
| author | raveit <[email protected]> | 2013-06-02 18:25:52 +0200 | 
|---|---|---|
| committer | raveit <[email protected]> | 2013-06-02 18:25:52 +0200 | 
| commit | 34cee4ade566c148f76d6dd0157ea442b4c9e01a (patch) | |
| tree | 11963c0896c396922aeddb2cf1d7c1b7fb34d7f6 /trashapplet/src | |
| parent | 38f14561ec526b8efebec5fd6db33979b6eefc49 (diff) | |
| download | mate-applets-34cee4ade566c148f76d6dd0157ea442b4c9e01a.tar.bz2 mate-applets-34cee4ade566c148f76d6dd0157ea442b4c9e01a.tar.xz | |
fix some make files for automake-1.13
Diffstat (limited to 'trashapplet/src')
| -rw-r--r-- | trashapplet/src/Makefile.am | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/trashapplet/src/Makefile.am b/trashapplet/src/Makefile.am index 36a536ce..6e34f837 100644 --- a/trashapplet/src/Makefile.am +++ b/trashapplet/src/Makefile.am @@ -1,4 +1,4 @@ -INCLUDES = -I$(top_srcdir)		\ +AM_CPPFLAGS = -I$(top_srcdir)		\  	   $(MATE_APPLETS4_CFLAGS)	\  	   $(GIO_CFLAGS)		\             -DTRASH_MENU_UI_DIR=\""$(datadir)/mate-2.0/ui"\" | 
