diff options
author | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2018-10-22 16:19:18 +0200 |
---|---|---|
committer | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2018-10-22 16:19:18 +0200 |
commit | 100f8addfe9aee6a064ee6a1194bde21e534201e (patch) | |
tree | 7ff0e98161ab776ca7b38ab4b9256cf33256c6cb | |
parent | 331a95bbd1d9c30133028473c497d41cf6c04190 (diff) | |
parent | 36c36e04a5cb8bb7b166dcfab7eb351fc4bd2115 (diff) | |
download | librda-100f8addfe9aee6a064ee6a1194bde21e534201e.tar.gz librda-100f8addfe9aee6a064ee6a1194bde21e534201e.tar.bz2 librda-100f8addfe9aee6a064ee6a1194bde21e534201e.zip |
Merge branch 'rbuj-sources'
Attributes GH PR #3: https://github.com/ArcticaProject/librda/pull/3
-rw-r--r-- | src/Makefile.am | 5 |
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 = \ |