diff options
| author | Sam Light <sam@lightscale.co.uk> | 2025-09-10 19:37:28 +0100 |
|---|---|---|
| committer | Sam Light <sam@lightscale.co.uk> | 2025-09-10 19:37:28 +0100 |
| commit | 49590ebb174f8436d0f85af8e4f24bcb6f346b1d (patch) | |
| tree | b078a006ed285bd3440c919c91abac5915ca20ce /Makefile.am | |
| parent | 970dcc487d7a6a6bc99e37b65ee512a2d651a583 (diff) | |
Diffstat (limited to 'Makefile.am')
| -rw-r--r-- | Makefile.am | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index f04c219..6669d47 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,4 +1,4 @@ -bin_PROGRAMS=somebarinfo dwminfo +bin_PROGRAMS=somebarinfo sandbarinfo dwminfo fifoinfo CFLAGS=$(LIBPULSE_CFLAGS) LDADD=$(LIBPULSE_LIBS) -lm @@ -14,5 +14,9 @@ COMMON_SOURCES=src/text.c \ somebarinfo_SOURCES=src/somebarinfo.c $(COMMON_SOURCES) +sandbarinfo_SOURCES=src/sandbarinfo.c $(COMMON_SOURCES) + +fifoinfo_SOURCES=src/fifoinfo.c $(COMMON_SOURCES) + dwminfo_LDADD=$(LDADD) -lX11 dwminfo_SOURCES=src/dwminfo.c $(COMMON_SOURCES) |
