summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2019-04-29 00:21:17 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2019-04-29 00:44:17 +0900
commit3839c7a66bd62f78f75c0a5d8e63662e8383295f (patch)
tree46f0cb7dd7973e862f157f7cf5302e3e7e90a90a /src
parentdf26c2aaf5517a16fb340c2e4324543a30e984b0 (diff)
downloadlibr-3839c7a66bd62f78f75c0a5d8e63662e8383295f.tar.gz
libr-3839c7a66bd62f78f75c0a5d8e63662e8383295f.zip
Clean automake files and unusued 'po' folder.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 71ae23a29f60f1da7cfe659db0aa18ef71b4c4db)
Diffstat (limited to 'src')
-rw-r--r--src/Makefile.am39
1 files changed, 0 insertions, 39 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
deleted file mode 100644
index 5fbf00b..0000000
--- a/src/Makefile.am
+++ /dev/null
@@ -1,39 +0,0 @@
-libr_la_includedir = $(includedir)/libr
-LIBTOOL_DEPS = @LIBTOOL_DEPS@
-
-INCLUDES = \
- -D__LIBR_BACKEND_@BACKEND_NAME@__ \
- -D__LIBR_BUILD__ \
- @LIBGLADE_CFLAGS@ \
- @BACKEND_CFLAGS@ \
- @EXTRA_CFLAGS@
-
-lib_LTLIBRARIES = \
- libr.la
-
-libr_la_SOURCES = \
- libr-@LIBR_BACKEND@.c \
- tempfiles.c \
- onecanvas.c \
- libr-icons.c \
- libr-i18n.c \
- libr-gtk.c \
- libr.c
-
-libr_la_include_HEADERS = \
- gettext.h \
- libr-icons.h \
- libr-i18n.h \
- libr-gtk.h \
- libr.h
-
-libr_la_LIBADD = \
- @BACKEND_LIBS@ \
- @EXTRA_LIBS@
-
-# If not in a fakeroot environment then run ldconfig
-install: install-am
- @if [ ! -n "${FAKEROOTKEY}" ]; then \
- echo "Regenerating system dependencies..."; \
- ldconfig; \
- fi