Reorganize source tree to use single autotools instance
[vpp.git] / src / plugins / ila.am
similarity index 66%
rename from plugins/ila-plugin/Makefile.am
rename to src/plugins/ila.am
index fe785df..d900f3e 100644 (file)
 # See the License for the specific language governing permissions and
 # limitations under the License.
 
-AUTOMAKE_OPTIONS = foreign subdir-objects
-
-AM_CFLAGS = -Wall
-AM_LDFLAGS = -module -shared -avoid-version
-
-vpppluginsdir = ${libdir}/vpp_plugins
-
-vppplugins_LTLIBRARIES = ila_plugin.la
+vppplugins_LTLIBRARIES += ila_plugin.la
 
 ila_plugin_la_SOURCES = ila/ila.c
 
-noinst_HEADERS = ila/ila.h
+noinst_HEADERS += ila/ila.h
 
-# Remove *.la files
-install-data-hook:
-       @(cd $(vpppluginsdir) && $(RM) $(vppplugins_LTLIBRARIES))
+# vi:syntax=automake