diff options
author | Stefano Karapetsas <[email protected]> | 2013-01-27 01:09:48 -0800 |
---|---|---|
committer | Stefano Karapetsas <[email protected]> | 2013-01-27 01:09:48 -0800 |
commit | 3afeef7b4632cbd00c7b8218f545496eb81efaef (patch) | |
tree | 001c28d5558c10b5e35101e60f3061eed11b276f /mate-dictionary/src/Makefile.am | |
parent | bbf4c3447a09a5e4be8307e3df3b3405781bead2 (diff) | |
parent | e5695421503bcaf9f12fe389ad8395ba8945d664 (diff) | |
download | mate-utils-3afeef7b4632cbd00c7b8218f545496eb81efaef.tar.bz2 mate-utils-3afeef7b4632cbd00c7b8218f545496eb81efaef.tar.xz |
Merge pull request #19 from bhull2010/master
Port mate-dictionary-applet to libmatepanelapplet-4.0
Diffstat (limited to 'mate-dictionary/src/Makefile.am')
-rw-r--r-- | mate-dictionary/src/Makefile.am | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/mate-dictionary/src/Makefile.am b/mate-dictionary/src/Makefile.am index 57242f06..1a674e0f 100644 --- a/mate-dictionary/src/Makefile.am +++ b/mate-dictionary/src/Makefile.am @@ -5,7 +5,6 @@ INCLUDES = \ -DSYSCONFDIR=\""$(sysconfdir)"\" \ -DLIBDIR=\""$(libdir)"\" \ -DDATADIR=\""$(datadir)"\" \ - -DUIDATADIR=\""$(datadir)/mate-2.0/ui"\" \ -DPKGDATADIR=\""$(datadir)/mate-dictionary"\" \ -DMATELOCALEDIR=\""$(prefix)/$(DATADIRNAME)/locale"\" \ $(NULL) |