X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=blobdiff_plain;f=src%2Fcommon%2FMakefile.am;h=9df1790fba9841f12052a9b8634b3d0d142dcc6b;hp=0376e59d293d85e255f1ea23ea5e96285c9bd6b4;hb=ae20d1bd206b317393846accdc45082d7c37b571;hpb=fbc9f37df245d544a7705ba576297df791220b44 diff --git a/src/common/Makefile.am b/src/common/Makefile.am index 0376e59d2..9df1790fb 100644 --- a/src/common/Makefile.am +++ b/src/common/Makefile.am @@ -34,10 +34,12 @@ libcommon_la_SOURCES = \ actions/snapshot-session.c \ actions/start-session.c \ actions/stop-session.c \ - buffer-usage.c \ buffer-view.h buffer-view.c \ common.h \ - condition.c \ + conditions/buffer-usage.c \ + conditions/condition.c \ + conditions/session-consumed-size.c \ + conditions/session-rotation.c \ context.c context.h \ credentials.c credentials.h \ daemonize.c daemonize.h \ @@ -68,9 +70,7 @@ libcommon_la_SOURCES = \ pipe.c pipe.h \ readwrite.c readwrite.h \ runas.c runas.h \ - session-consumed-size.c \ session-descriptor.c \ - session-rotation.c \ snapshot.c snapshot.h \ spawn-viewer.c spawn-viewer.h \ time.c \