summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/Makefile.am5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index c770c54..4cae77f 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -15,10 +15,9 @@ librdainclude_HEADERS = \
$(NULL)
librda_la_SOURCES = \
- $(rda_headers) \
rda.c \
- rda_x2go.h \
- rda_x2go.c \
+ $(if WITH_X2GO_AWARENESS, rda_x2go.c) \
+ $(if WITH_OGON_AWARENESS, rda_ogon.c) \
$(NULL)
librda_la_CFLAGS = \