summaryrefslogtreecommitdiffstats
path: root/src/backends/PostgreSQL
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2025-05-09 09:27:57 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2025-05-22 13:31:04 +0900
commit189026316e42f7499f9ef45556b1ebaf31acd36e (patch)
tree8742cafbeb7b366ff54fe1fc6c9f44951911e593 /src/backends/PostgreSQL
parent99e16012c2ddbfa877a77c2176e15c3fea5643e6 (diff)
downloadkrecipes-189026316e42f7499f9ef45556b1ebaf31acd36e.tar.gz
krecipes-189026316e42f7499f9ef45556b1ebaf31acd36e.zip
Drop support for automake builds
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'src/backends/PostgreSQL')
-rw-r--r--src/backends/PostgreSQL/Makefile.am17
1 files changed, 0 insertions, 17 deletions
diff --git a/src/backends/PostgreSQL/Makefile.am b/src/backends/PostgreSQL/Makefile.am
deleted file mode 100644
index dac2623..0000000
--- a/src/backends/PostgreSQL/Makefile.am
+++ /dev/null
@@ -1,17 +0,0 @@
-## Makefile.am for krecipes
-
-# this is the program that gets installed. it's name is used for all
-# of the other Makefile.am variables
-
-# set the include path for X, tqt and TDE
-INCLUDES = -I$(srcdir) -I$(srcdir)/.. -I$(srcdir)/../.. $(all_includes)
-
-
-# Instructions for building the convenience library
-noinst_LTLIBRARIES=libkrecpsql.la
-libkrecpsql_la_SOURCES=psqlrecipedb.cpp
-libkrecpsql_la_METASOURCES=AUTO
-
-
-#the library search path.
-libkrecpsql_la_LDFLAGS = $(KDE_RPATH) $(all_libraries)