diff options
-rw-r--r-- | src/Makefile.am | 2 | ||||
-rw-r--r-- | src/dummy.c | 0 |
2 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index 2da2c3c..ab44838 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -80,7 +80,7 @@ libXfont_la_LIBADD = \ $(TYPE1_LIB) $(SPEEDO_LIB) \ $(FREETYPE_LIBS) $(Z_LIBS) $(MATH_LIBS) -libXfont_la_SOURCES = +libXfont_la_SOURCES = dummy.c # # Shared library version info. This is not the same as the package version diff --git a/src/dummy.c b/src/dummy.c new file mode 100644 index 0000000..e69de29 --- /dev/null +++ b/src/dummy.c |