summaryrefslogtreecommitdiff
path: root/src/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'src/Makefile.am')
-rw-r--r--src/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index 028a51b..83243b4 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -16,8 +16,8 @@ librdainclude_HEADERS = \
librda_la_SOURCES = \
rda.c \
- $(if WITH_X2GO_AWARENESS, rda_x2go.c) \
- $(if WITH_OGON_AWARENESS, rda_ogon.c) \
+ rda_x2go.c \
+ rda_ogon.c \
$(NULL)
librda_la_CFLAGS = \