| # Makefile.am for other select plugin. Used when laying the select plugin | |
| AUTOMAKE_OPTIONS = foreign | |
| CLEANFILES = core.* | |
| AM_CFLAGS = -I$(top_srcdir) | |
| # making a .la | |
| noinst_LTLIBRARIES = libother_select.la | |
| libother_select_la_SOURCES = \ | |
| other_select.c other_select.h |