Skip to content

Instantly share code, notes, and snippets.

@marvinkreis
Created May 20, 2018 10:23
Show Gist options
  • Save marvinkreis/d24bfa12647caa1a0f64f266a116815f to your computer and use it in GitHub Desktop.
Save marvinkreis/d24bfa12647caa1a0f64f266a116815f to your computer and use it in GitHub Desktop.
ACLOCAL_AMFLAGS=-I m4 -I ../submodules/libnkutils
plugindir=@rofi_PLUGIN_INSTALL_DIR@
noinst_LTLIBRARIES =
EXTRA_DIST=
check_PROGRAMS=
TESTS=
include $(top_srcdir)/../submodules/libnkutils/libnkutils.mk
plugin_LTLIBRARIES = file_browser.la
file_browser_la_SOURCES=\
src/filebrowser.c
file_browser_la_CFLAGS= @glib_CFLAGS@ @rofi_CFLAGS@ $(NKUTILS_CFLAGS)
file_browser_la_LIBADD= @glib_LIBS@ @rofi_LIBS@ $(NKUTILS_LIBS)
file_browser_la_LDFLAGS= -module -avoid-version
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment