dynamic module loading works
authorcompudj <compudj@04897980-b3bd-0310-b5e0-8ef037075253>
Mon, 23 Jun 2003 19:53:34 +0000 (19:53 +0000)
committercompudj <compudj@04897980-b3bd-0310-b5e0-8ef037075253>
Mon, 23 Jun 2003 19:53:34 +0000 (19:53 +0000)
git-svn-id: http://ltt.polymtl.ca/svn@95 04897980-b3bd-0310-b5e0-8ef037075253

ltt/branches/poly/lttv/attribute.c
ltt/branches/poly/lttv/plugins/examples/Makefile.am

index a8c7211595c9e97e49cb7d6877f022763e612e8e..b08c24da75a622ef45058263861b4b1ad3e9dd3b 100644 (file)
@@ -221,6 +221,7 @@ void lttv_attributes_set_pointer(lttv_attributes *a, lttv_key *k, void *p) {
 }
 
 
+#ifdef EXT_ATTRIBS
 /* Sometimes the attributes must be accessed in bulk, sorted in different
    ways. For this purpose they may be converted to arrays and sorted
    multiple times. The keys used in the array belong to the lttv_attributes
@@ -420,3 +421,4 @@ static void select_pointer(void *key, void *value, void *user_data)
 
 
 
+#endif // EXT_ATTRIBS
index 796b6543c67ef97b0d21407dbb7f540f8e11b101..b9f091ac64ab7390f346b22dc89be70e8470f2ae 100644 (file)
@@ -8,10 +8,10 @@ libdir = ${lttvplugindir}
 AM_CFLAGS = $(GLIB_CFLAGS) 
 LIBS += $(GLIB_LIBS)
 
-lib_LTLIBRARIES = sampledep.la samplemodule.la samplemodule2.la
-sampledep_la_LDFLAGS = -module
-sampledep_la_SOURCES = sampledep.c
-samplemodule_la_LDFLAGS = -module
-samplemodule_la_SOURCES = samplemodule.c
-samplemodule2_la_LDFLAGS = -module
-samplemodule2_la_SOURCES = samplemodule2.c
+lib_LTLIBRARIES = libsampledep.la libsamplemodule.la libsamplemodule2.la
+libsampledep_la_LDFLAGS = -module
+libsampledep_la_SOURCES = sampledep.c
+libsamplemodule_la_LDFLAGS = -module
+libsamplemodule_la_SOURCES = samplemodule.c
+libsamplemodule2_la_LDFLAGS = -module
+libsamplemodule2_la_SOURCES = samplemodule2.c
This page took 0.024286 seconds and 4 git commands to generate.