diff options
author | Stefano Karapetsas <[email protected]> | 2012-04-13 20:12:49 +0200 |
---|---|---|
committer | Stefano Karapetsas <[email protected]> | 2012-04-13 20:12:49 +0200 |
commit | a19eec274804668ed1c6d31ef153fbfe1c285a38 (patch) | |
tree | bfb2ca75caa697998efc99c3b79cebe3cdcf7713 | |
parent | 484b6a0adf17cf27a2193f6a96e1f44f718261a3 (diff) | |
download | libmatekbd-a19eec274804668ed1c6d31ef153fbfe1c285a38.tar.bz2 libmatekbd-a19eec274804668ed1c6d31ef153fbfe1c285a38.tar.xz |
drop wrong quotes in Makefiles (thanks to bickman2k)
-rw-r--r-- | capplet/Makefile.am | 2 | ||||
-rw-r--r-- | libmatekbd/Makefile.am | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/capplet/Makefile.am b/capplet/Makefile.am index 95e6547..f10b230 100644 --- a/capplet/Makefile.am +++ b/capplet/Makefile.am @@ -1,6 +1,6 @@ bin_PROGRAMS = matekbd-indicator-plugins-capplet -uidir="$(pkgdatadir)/ui" +uidir = $(pkgdatadir)/ui ui_DATA = matekbd-indicator-plugins.ui \ matekbd-indicator-plugins_add.ui diff --git a/libmatekbd/Makefile.am b/libmatekbd/Makefile.am index 10b3f8b..74ae112 100644 --- a/libmatekbd/Makefile.am +++ b/libmatekbd/Makefile.am @@ -1,6 +1,6 @@ lib_LTLIBRARIES = libmatekbd.la libmatekbdui.la -uidir="$(pkgdatadir)/ui" +uidir = $(pkgdatadir)/ui ui_DATA = show-layout.ui common_CFLAGS = \ |