Renamed moblin.c to avoid confusion
This commit is contained in:
parent
dc33ad1adf
commit
7380163eaf
@ -12,12 +12,12 @@ default_la_SOURCES = default.c
|
||||
default_la_LDFLAGS = -module -avoid-version -no-undefined
|
||||
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@
|
||||
scratch_la_CFLAGS = -fPIC
|
||||
scratch_la_SOURCES = scratch.c
|
||||
scratch_la_LDFLAGS = -module -avoid-version -no-undefined
|
||||
scratch_la_LIBADD = @CLUTTER_LIBS@
|
||||
|
||||
pkglib_LTLIBRARIES = default.la moblin.la
|
||||
pkglib_LTLIBRARIES = default.la scratch.la
|
||||
|
||||
# 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
|
||||
|
Loading…
Reference in New Issue
Block a user