Skip to content

Commit

Permalink
tarball compile fix (1.8.3)
Browse files Browse the repository at this point in the history
  • Loading branch information
Oleksiy-Yakovenko committed Mar 20, 2020
1 parent 1bea5b4 commit 3e7c048
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 4 deletions.
3 changes: 2 additions & 1 deletion Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@ SUBDIRS = pixmaps\
icons\
shared\
${PLUGINS_DIRS}\
po
po\
intl

bin_PROGRAMS = deadbeef

Expand Down
3 changes: 2 additions & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ AC_PROG_INSTALL
dnl AC_PROG_LIBTOOL
AC_CONFIG_MACRO_DIR([m4])
AC_C_BIGENDIAN
AM_GNU_GETTEXT([external])
AM_GNU_GETTEXT
PKG_PROG_PKG_CONFIG
AM_PROG_CC_C_O
AM_ICONV
Expand Down Expand Up @@ -949,6 +949,7 @@ plugins/sc68/Makefile
plugins/coreaudio/Makefile
plugins/rg_scanner/Makefile
po/Makefile.in
intl/Makefile
deadbeef.desktop
])

Expand Down
2 changes: 2 additions & 0 deletions main.c
Original file line number Diff line number Diff line change
Expand Up @@ -85,9 +85,11 @@
#include "playqueue.h"
#include "tf.h"
#include "logger.h"
#ifdef OSX_APPBUNDLE
#include "scriptable/scriptable.h"
#include "scriptable/scriptable_dsp.h"
#include "scriptable/scriptable_encoder.h"
#endif

#ifndef PREFIX
#error PREFIX must be defined
Expand Down
2 changes: 1 addition & 1 deletion plugins/dumb/dumb-kode54/src/helpers/lpc.c
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ Carsten Bormann
*********************************************************************/

#ifdef HAVE_CONFIG_H
#include "../../../../config.h"
#include "../../../../../config.h"
#endif
#ifdef HAVE_ALLOCA_H
#include <alloca.h>
Expand Down
2 changes: 1 addition & 1 deletion plugins/vfs_curl/Makefile.am
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
if HAVE_VFS_CURL
pkglib_LTLIBRARIES = vfs_curl.la
vfs_curl_la_SOURCES = vfs_curl.c
vfs_curl_la_SOURCES = vfs_curl.c vfs_curl.h
vfs_curl_la_LDFLAGS = -module -avoid-version

vfs_curl_la_LIBADD = $(LDADD) $(CURL_LIBS)
Expand Down

0 comments on commit 3e7c048

Please sign in to comment.