diff options
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am index fa8729e..51bd1dd 100644 --- a/Makefile.am +++ b/Makefile.am @@ -27,11 +27,15 @@ xlogo_SOURCES = \ Logo.c \ Logo.h \ LogoP.h \ - RenderLogo.c \ - RenderLogo.h \ xlogo.c \ xlogo.h +if USE_RENDER +xlogo_SOURCES += \ + RenderLogo.c \ + RenderLogo.h +endif + appman_PRE = \ xlogo.man |