Add parameter to build

This commit is contained in:
Aidan Mullen 2024-05-04 10:53:43 -04:00
parent f8025b805a
commit 8fe12ce982
4 changed files with 9 additions and 1 deletions

View file

@ -5,7 +5,9 @@
#__top_builddir__bin_rtr_SOURCES = main.c # Sources
lib_LTLIBRARIES = librtr.la
librtr_la_SOURCES = main.c
librtr_la_LDFLAGS = -module -avoid-version -export-dynamic
# Compile as shared library.
librtr_la_LDFLAGS = -module -avoid-version -export-dynamic -no-undefined
#bin_PROGRAMS = rtr
#rtr_CFLAGS = -DBUILD -c -fPIC -shared # Define BUILD and output shared.