Added moblin plugin to build system.
This commit is contained in:
parent
74b34fe239
commit
f6c958ff26
@ -9,8 +9,16 @@ default_la_CFLAGS = -fPIC
|
|||||||
default_la_SOURCES = default.c
|
default_la_SOURCES = default.c
|
||||||
default_la_LDFLAGS = -module -avoid-version -no-undefined
|
default_la_LDFLAGS = -module -avoid-version -no-undefined
|
||||||
default_la_LIBADD = @CLUTTER_LIBS@
|
default_la_LIBADD = @CLUTTER_LIBS@
|
||||||
|
|
||||||
|
moblin_la_CFLAGS = -fPIC
|
||||||
|
moblin_la_SOURCES = moblin.c
|
||||||
|
moblin_la_LDFLAGS = -module -avoid-version -no-undefined
|
||||||
|
moblin_la_LIBADD = @CLUTTER_LIBS@
|
||||||
|
pkglib_LTLIBRARIES = default.la moblin.la
|
||||||
|
|
||||||
pkglib_LTLIBRARIES = default.la
|
pkglib_LTLIBRARIES = default.la
|
||||||
|
|
||||||
|
|
||||||
# post-install hook to remove the .la and .a files we are not interested in
|
# post-install hook to remove the .la and .a files we are not interested in
|
||||||
# (There is no way to stop libtool generating static libs locally, and we
|
# (There is no way to stop libtool generating static libs locally, and we
|
||||||
# cannot do this globally because of libmetacity-private.so).
|
# cannot do this globally because of libmetacity-private.so).
|
||||||
|
Loading…
Reference in New Issue
Block a user