X-Git-Url: http://git.efficios.com/?p=lttng-tools.git;a=blobdiff_plain;f=src%2Fcommon%2FMakefile.am;fp=src%2Fcommon%2FMakefile.am;h=d754924ddb58f503f445ad8ae37422afa2932e04;hp=b9d344b88a59bd2616269ce7500da1cf480e5dea;hb=ba49ae8cc1f9d51c2ef1a60b113fda2e58dc2a7c;hpb=b45f9ad2a6cd4d4071f498ae0f6211c9b0dc253e diff --git a/src/common/Makefile.am b/src/common/Makefile.am index b9d344b88..d754924dd 100644 --- a/src/common/Makefile.am +++ b/src/common/Makefile.am @@ -17,7 +17,7 @@ libcommon_la_SOURCES = error.h error.c utils.c utils.h runas.h \ pipe.c pipe.h readwrite.c readwrite.h \ mi-lttng.h mi-lttng.c \ daemonize.c daemonize.h \ - unix.h \ + unix.c unix.h \ filter.c filter.h context.c context.h \ action.c notify.c condition.c buffer-usage.c \ session-consumed-size.c \ @@ -39,12 +39,6 @@ else libcommon_la_SOURCES += runas-stub.c endif -if BUILD_LIB_UNIX -libcommon_la_SOURCES += unix.c -else -libcommon_la_SOURCES += unix-stub.c -endif - if BUILD_LIB_COMPAT SUBDIRS += compat endif