|
|
@ -3,7 +3,7 @@ |
|
|
|
@@ -1,5 +1,5 @@
|
|
|
|
plugin_LTLIBRARIES = default.la |
|
|
|
-plugindir = /usr/local/lib/esmart/layout
|
|
|
|
+plugindir = $(prefix)/lib/esmart/layout
|
|
|
|
+plugindir = $(libdir)/esmart/layout
|
|
|
|
|
|
|
|
default_la_SOURCES = default.c |
|
|
|
default_la_LDFLAGS = -module -avoid-version |
|
|
@ -12,7 +12,7 @@ |
|
|
|
@@ -1,5 +1,5 @@
|
|
|
|
plugin_LTLIBRARIES = entice.la |
|
|
|
-plugindir = /usr/local/lib/esmart/layout
|
|
|
|
+plugindir = $(prefix)/lib/esmart/layout
|
|
|
|
+plugindir = $(libdir)/esmart/layout
|
|
|
|
|
|
|
|
entice_la_SOURCES = entice.c |
|
|
|
entice_la_LDFLAGS = -module -avoid-version |