summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorgregory guy <gregory-tde@laposte.net>2021-09-01 16:10:10 +0200
committerMichele Calgaro <michele.calgaro@yahoo.it>2021-09-02 11:31:36 +0900
commit2fbcdcf36013540e3e7c7bd75638fed796365fc8 (patch)
tree0b8861bbe66db7415a6d792c11ccb01e871d10b8 /src
parent144afef69f045dbf530c95df972075ba9121c9d1 (diff)
downloadkaffeine-mozilla-2fbcdcf3.tar.gz
kaffeine-mozilla-2fbcdcf3.zip
Drop automake build support.
Add basic cmake build instructions. Rework of the README file. Signed-off-by: gregory guy <gregory-tde@laposte.net> (cherry picked from commit bd26f6f0c967b28041687287962540dfe53035d7)
Diffstat (limited to 'src')
-rw-r--r--src/Makefile.am25
1 files changed, 0 insertions, 25 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
deleted file mode 100644
index 8a6d324..0000000
--- a/src/Makefile.am
+++ /dev/null
@@ -1,25 +0,0 @@
-
-EXTRA_DIST = npapi.h npunix.c npupp.h plugin.c plugin.h
-
-AM_CFLAGS = @CFLAGS@ $(X_CFLAGS) $(NSPR_CFLAGS)
-
-
-lib_LTLIBRARIES = kaffeineplugin.la
-
-libdir = $(prefix)/plugins
-
-kaffeineplugin_la_SOURCES = plugin.c npunix.c
-kaffeineplugin_la_LDFLAGS = -avoid-version -module
-kaffeineplugin_la_LIBADD = $(X_PRE_LIBS) -lm $(X_LIBS) $(X_EXTRA_LIBS) -lX11 -lXt -lXaw $(DYNAMIC_LD_LIBS)
-
-noinst_HEADERS = npapi.h \
- npupp.h \
- plugin.h
-
-
-
-debug:
- @$(MAKE) CFLAGS="$(DEBUG_CFLAGS) $(X_CFLAGS)"
-
-install-debug: debug
- @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am