summaryrefslogtreecommitdiff
path: root/plugins/shellexec/Makefile.am
blob: 6aa7145477096039a883bab116bd74da2c399d8e (plain)
1
2
3
4
5
6
7
8
9
if HAVE_SHELLEXEC
shxdir = $(libdir)/$(PACKAGE)
pkglib_LTLIBRARIES = shellexec.la
shellexec_la_SOURCES = shellexec.c shellexec.h
shellexec_la_LDFLAGS = -module -avoid-version

shellexec_la_LIBADD = $(LDADD)
AM_CFLAGS = $(CFLAGS) -std=c99
endif