diff options
Diffstat (limited to 'common/os')
-rw-r--r-- | common/os/Makefile.am | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/common/os/Makefile.am b/common/os/Makefile.am deleted file mode 100644 index ab4f2d7b..00000000 --- a/common/os/Makefile.am +++ /dev/null @@ -1,9 +0,0 @@ -noinst_LTLIBRARIES = libos.la - -HDRS = net.h print.h os.h tls.h - -libos_la_SOURCES = $(HDRS) print.c net.c os.cxx tls.cxx - -libos_la_CPPFLAGS = -I$(top_srcdir)/common - -EXTRA_DIST = CMakeLists.txt |