diff options
Diffstat (limited to 'netsvcs/clients/Tokens/mutex/Makefile.am')
-rw-r--r-- | netsvcs/clients/Tokens/mutex/Makefile.am | 12 |
1 files changed, 4 insertions, 8 deletions
diff --git a/netsvcs/clients/Tokens/mutex/Makefile.am b/netsvcs/clients/Tokens/mutex/Makefile.am index a62805fafb4..63d02af7d97 100644 --- a/netsvcs/clients/Tokens/mutex/Makefile.am +++ b/netsvcs/clients/Tokens/mutex/Makefile.am @@ -8,18 +8,14 @@ ## Process this file with automake to create Makefile.in ## -## The number in AUTOMAKE_OPTIONS is the minimum required version automake -## needed to process this file. -AUTOMAKE_OPTIONS = 1.4 - -INCLUDES = -I$(top_builddir) -I$(top_srcdir) +AM_CPPFLAGS = -I$(top_builddir) -I$(top_srcdir) noinst_PROGRAMS = \ - test_mutex + test_mutex test_mutex_SOURCES = test_mutex.cpp test_mutex_LDADD = \ - $(top_builddir)/netsvcs/lib/libnetsvcs.la \ - $(top_builddir)/ace/libACE.la + $(top_builddir)/netsvcs/lib/libnetsvcs.la \ + $(top_builddir)/ace/libACE.la |