Mercurial > audlegacy-plugins
diff src/amidi-plug/Makefile @ 2017:6d33dffd1382
Curly vs round braces (part 1)
| author | Eugene Paskevich <eugene@raptor.kiev.ua> |
|---|---|
| date | Thu, 11 Oct 2007 17:40:42 +0300 |
| parents | 1ad002ce1bd0 |
| children | 03a2bb1c521e |
line wrap: on
line diff
--- a/src/amidi-plug/Makefile Thu Oct 11 17:11:39 2007 +0300 +++ b/src/amidi-plug/Makefile Thu Oct 11 17:40:42 2007 +0300 @@ -22,4 +22,4 @@ -DAMIDIPLUGBACKENDDIR=\"$(plugindir)/$(AMIDIPLUG_BACKEND_DIR)\" -I../../intl -I../.. LIBS += $(GTK_LIBS) $(GLIB_LIBS) $(PANGO_LIBS) $(GMODULE_LIBS) -lpthread ./pcfg/libpcfg.a -plugindir := $(plugindir)/$(INPUT_PLUGIN_DIR) +plugindir := ${plugindir}/$(INPUT_PLUGIN_DIR)
